home *** CD-ROM | disk | FTP | other *** search
/ Steal This CD / steal_this_cd.iso / Chapter 09 - Cracking Passwords / logkext.dmg / logKext.pkg / Contents / Resources / postflight < prev   
Text File  |  2005-06-07  |  191b  |  7 lines

  1. #!/bin/sh
  2.  
  3. /sbin/kextunload -b com.fsb.kext.logKext
  4. /sbin/kextload -b com.fsb.kext.logKext
  5. /bin/launchctl load /System/Library/LaunchDaemons/logKext.plist
  6. /usr/bin/open /LogKext\ Readme.html
  7.